home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-21 | 601 b | 23 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: Utilities.h
- // Release Version: $ 1.0d1 $
- //
- // Author: Henri Lamiraux
- // Creation Date: 3/28/94
- //
- // Copyright: © 1993, 1994 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef UTILITIES_H
- #define UTILITIES_H
-
- #ifndef FWGRDEF_H
- #include "FWGrDef.h"
- #endif
-
- void WaitForTick();
- void MapPoint(FW_SPlatformPoint& pt, const FW_SPlatformRect& srcRect, const FW_SPlatformRect& dstRect);
-
- #endif